home *** CD-ROM | disk | FTP | other *** search
/ Aminet 8 / Aminet 8 (1995)(GTI - Schatztruhe)[!][Oct 1995].iso / Aminet / comm / tcp / ATCP_sdk_40_gc.readme < prev    next >
Text File  |  1995-09-20  |  18KB  |  349 lines

  1. Short:    AmiTCP SDK 4.0 for gcc second release
  2. Author:   jsshephe@undergrad.math.uwaterloo.ca (Jeff Shepherd)
  3. Uploader: jsshephe@undergrad.math.uwaterloo.ca (Jeff Shepherd)
  4. Type:     comm/tcp
  5.  
  6. This code is strictly BETA!!. It works with MuiADT and Pine, httpd and a few others
  7. but does not guarantee it will work with anything else. You are free to
  8. modify/correct the code as long as you mail me the changes.
  9.  
  10. This compiles with gcc only!! Almost all of the SASC stuff was removed. If you
  11. want to compile with SASC, get the original API archive.
  12.  
  13. This archive includes the src+include+extras for the new amitcp-gcc library plus
  14. the source for the old archive I uploaded.
  15.  
  16. The format of the archive has changed. People complained about where the headers go.
  17. I reorganized the include directories to comply with the GCC setup. Also I completely
  18. recompiled the archive to make sure things did compile. Some people complained about
  19. declarations mishaps. I think they are all vanished now.
  20.  
  21. Good news! THE NEW CODE DOES WORK WITH SERVERS!!. I have compiled imapd and httpd1.4.1
  22. successfully with a couple of additions mainly:
  23.  
  24.   int s=init_inet_daemon();
  25.   set_socket_stdio(s);
  26.  
  27. at the beginning of main().
  28.  
  29. Look out for the ReleaseSocket/ReleaseCopyofSocket function. They might not
  30. work at all. I have not tested them since UNIX don't have equivalent calls.
  31. Also you cannot do a select() between sockets and nonsockets. For sockets use
  32. WaitSelect() as usual.
  33.  
  34. I found 2 MISTAKES in the archive. The first is ug_SetupContextTags(). It does
  35. NOT take a program name argument. Also no syslog() function was supplied. I
  36. made one using vprintf().
  37.  
  38. Enclosed are modified gcc include files in the directory gnu/include and
  39. gnu/os-include. You can copy over the ones in gnu:include/. These includes are
  40. based upon the ones found in gcc263inclib.lha. If you have the new V41 includes
  41. you will have to check what changes there are. You don't have to check the
  42. gnu/os-include directory since those are new files.
  43.  
  44. In the main program file, add the following line:
  45.  
  46. const char *_ProgramName = "progname";
  47.  
  48. where progname is your program name. _ProgramName is needed so that the
  49. autoinit function can set up the syslog file correctly.
  50.  
  51. To compile, specify "-D__AMITCP__ -DNO_INLINE_STDARG" + all the other usual
  52. entries on the commandline. To use the old socket archive (source in netlib),
  53. add -DOLD to the commandline.
  54.  
  55. To link specify "libc.a -lnewamitcp -lamiga -lauto" + all the other usual
  56. entries. To use the original library use "libc.a -lamitcp -lamiga -lauto".
  57. (Someone figure out why I need to link libc.a first. Without it, things behave
  58. very strangely or refuse to function. I think its the autoinit stuff.)
  59.  
  60. A custom version of ixemul 40.4 libc.a and ixemul.41.0 is supplied. (The 40.4
  61. version doesn't have the wrappers for ixemul's pseudo-TCP functions).
  62. The only thing different with the 41.0 libc.a is the deletion of fstat.o.
  63.  
  64. Happy networking.
  65.  
  66.  
  67. ============================= Archive contents =============================
  68.  
  69. Original  Packed Ratio    Date     Time    Name
  70. -------- ------- ----- --------- --------  -------------
  71.    10636    4475 57.9% 19-Oct-94 14:31:52 +AmiTCP-sdk-40.readme
  72.      632     278 56.0% 20-Apr-95 17:56:46 +bin.info
  73.    27508   17074 37.9% 15-Oct-94 22:54:50 +cpp
  74.     4020    2274 43.4% 15-Oct-94 12:36:42 +rcsrev
  75.    54944   30294 44.8% 15-Oct-94 13:05:12 +rpcgen
  76.     6643    2835 57.3% 15-Oct-94 18:30:12 +COPYRIGHTS.SDK
  77.      478     249 47.9% 20-Apr-95 17:56:46 +COPYRIGHTS.SDK.info
  78.      632     283 55.2% 20-Apr-95 17:56:46 +doc.info
  79.   121679   34702 71.4% 26-Apr-94 11:06:38 +bsdsocket.doc
  80.    21375    7421 65.2% 15-Oct-94 13:05:38 +devtools.doc
  81.     8613    2807 67.4% 15-Oct-94 22:57:30 +netinfo.doc
  82.    61238   18860 69.2% 15-Oct-94 10:37:04 +netlib.doc
  83.    36225   11495 68.2% 20-Oct-93 07:57:24 +protocols.doc
  84.     2875     746 74.0% 15-Oct-94 10:37:08 +sana2lib.doc
  85.    45062   13468 70.1% 15-Oct-94 22:56:26 +usergroup.doc
  86.     3718    1564 57.9% 15-Jun-95 21:06:14 +socketbasetags.h
  87.     1018     492 51.6% 15-Jun-95 21:06:14 +types.h
  88.     3646    1623 55.4% 15-Jun-95 21:06:40 +ftp.h
  89.     2351    1133 51.8% 15-Jun-95 21:06:40 +inet.h
  90.     8505    3288 61.3% 15-Jun-95 21:06:40 +nameser.h
  91.    10035    3781 62.3% 15-Jun-95 21:06:40 +telnet.h
  92.     2960    1439 51.3% 15-Jun-95 21:06:40 +tftp.h
  93.      488     313 35.8% 20-Jun-95 22:09:18 +bsdsocket.h
  94.     4132    1909 53.7% 20-Jun-95 22:09:18 +dirent.h
  95.       23      23  0.0% 20-Jun-95 22:09:18 +fcntl.h
  96.     1822     943 48.2% 20-Jun-95 22:09:18 +inetd.h
  97.     1573     818 47.9% 20-Jun-95 22:12:08 +af.h
  98.     8262    3216 61.0% 20-Jun-95 22:12:08 +if.h
  99.     3128    1395 55.4% 20-Jun-95 22:12:08 +if_arp.h
  100.     3371    1532 54.5% 20-Jun-95 22:12:08 +if_types.h
  101.     7507    2838 62.1% 20-Jun-95 22:12:08 +route.h
  102.      687     329 52.1% 20-Jun-95 22:12:08 +sana2errno.h
  103.      819     364 55.5% 20-Jun-95 22:12:08 +sana2tags.h
  104.     5401    2093 61.2% 20-Jun-95 22:09:18 +netdb.h
  105.     5071    2048 59.6% 20-Jun-95 22:12:30 +in.h
  106.     3202    1589 50.3% 20-Jun-95 22:09:18 +nlist.h
  107.     4182    1899 54.5% 15-Jun-95 21:07:02 +dumprestore.h
  108.     3999    1920 51.9% 15-Jun-95 21:07:02 +routed.h
  109.     2687    1330 50.5% 15-Jun-95 21:07:02 +rwhod.h
  110.     5037    2166 56.9% 15-Jun-95 21:07:02 +talkd.h
  111.     3992    1779 55.4% 15-Jun-95 21:07:02 +timed.h
  112.     3936    1689 57.0% 20-Jun-95 22:09:18 +pwd.h
  113.     4839    2099 56.6% 15-Jun-95 21:05:36 +auth.h
  114.     2413    1282 46.8% 15-Jun-95 21:05:36 +auth_unix.h
  115.     8712    3315 61.9% 15-Jun-95 21:05:36 +clnt.h
  116.      914     382 58.2% 15-Jun-95 21:05:36 +gst.h
  117.     2582    1254 51.4% 20-Jun-95 22:11:16 +pmap_clnt.h
  118.     3333    1523 54.3% 15-Jun-95 21:05:36 +pmap_prot.h
  119.     1761     967 45.0% 15-Jun-95 21:05:36 +pmap_rmt.h
  120.     3001    1496 50.1% 15-Jun-95 21:05:36 +rpc.h
  121.     4178    1788 57.2% 15-Jun-95 21:05:36 +rpc_msg.h
  122.     8804    3490 60.3% 15-Jun-95 21:05:36 +svc.h
  123.     1548     860 44.4% 15-Jun-95 21:05:36 +svc_auth.h
  124.     2341    1214 48.1% 20-Jun-95 22:11:16 +types.h
  125.    10274    3622 64.7% 20-Jun-95 22:11:16 +xdr.h
  126.     1554     689 55.6% 15-Jun-95 21:05:50 +bootparam_prot.x
  127.     2217     877 60.4% 15-Jun-95 21:05:50 +klm_prot.x
  128.     2225     761 65.7% 15-Jun-95 21:05:50 +Makefile.org
  129.     3096    1273 58.8% 15-Jun-95 21:05:50 +mount.x
  130.     6415    2107 67.1% 15-Jun-95 21:05:50 +nfs_prot.x
  131.     3476    1245 64.1% 15-Jun-95 21:05:50 +nlm_prot.x
  132.     5846    2013 65.5% 15-Jun-95 21:05:50 +rex.x
  133.      882     388 56.0% 15-Jun-95 21:05:50 +rnusers.x
  134.     1569     693 55.8% 15-Jun-95 21:05:50 +rquota.x
  135.     2219     798 64.0% 15-Jun-95 21:05:50 +rstat.c
  136.     2425     768 68.3% 15-Jun-95 21:05:50 +rstat.x
  137.     7527    2034 72.9% 15-Jun-95 21:05:50 +rstat_proc.c
  138.     2277     791 65.2% 15-Jun-95 21:05:50 +sm_inter.x
  139.      969     508 47.5% 15-Jun-95 21:05:50 +spray.x
  140.     4861    1736 64.2% 15-Jun-95 21:05:50 +yp.x
  141.      716     376 47.4% 15-Jun-95 21:05:50 +yppasswd.x
  142.     3193     941 70.5% 20-Jun-95 22:09:18 +socket.h
  143.     2904    1464 49.5% 20-Jun-95 22:10:42 +acct.h
  144.     6775    2787 58.8% 20-Jun-95 22:10:42 +fcntl.h
  145.    10094    3845 61.9% 20-Jun-95 22:10:42 +mount.h
  146.     9367    3828 59.1% 20-Jun-95 22:10:42 +proc.h
  147.     5614    2157 61.5% 20-Jun-95 22:10:42 +stat.h
  148.     7150    2800 60.8% 20-Jun-95 22:10:42 +syslog.h
  149.     4812    2120 55.9% 20-Jun-95 22:10:44 +types.h
  150.     2341    1170 50.0% 20-Jun-95 22:10:44 +ucred.h
  151.     6861    2314 66.2% 20-Jun-95 22:09:30 +unistd.h
  152.     8433    3605 57.2% 20-Jun-95 22:09:18 +user.h
  153.     3482    1277 63.3% 27-Jun-95 19:43:08 +netlib_protos.h
  154.     4754    1519 68.0% 27-Jun-95 19:43:08 +socket_protos.h
  155.     1804     753 58.2% 20-Jun-95 22:14:12 +usergroup_protos.h
  156.     2380     971 59.2% 20-Jun-95 22:14:52 +socket_lib.fd
  157.     1347     567 57.9% 20-Jun-95 22:14:52 +usergroup_lib.fd
  158.    28767    3930 86.3% 27-Jun-95 19:44:16 +new_socket.h
  159.    29057    3999 86.2% 27-Jun-95 19:44:16 +socket.h
  160.    15863    2127 86.5% 20-Jun-95 22:16:52 +usergroup.h
  161.    16979    1905 88.7% 20-Jun-95 22:16:52 +utility.h
  162.     1675     800 52.2% 20-Jun-95 22:13:34 +usergroup.h
  163.      816     403 50.6% 27-Jun-95 19:43:58 +socket.h
  164.      510     328 35.6% 20-Jun-95 22:16:02 +usergroup.h
  165.   464756  128783 72.2% 30-Sep-94 03:06:46 +RPC.guide
  166.      504     259 48.6% 19-May-94 03:13:34 +RPC.guide.info
  167.   102478   24602 75.9% 27-Jun-95 22:55:46 +libc.a.40.4
  168.   128044   33435 73.8% 27-Jun-95 22:40:34 +libc.a.41.0
  169.     4032    1753 56.5% 19-Oct-94 17:05:30 +LICENCE.SDK
  170.      478     249 47.9% 20-Apr-95 17:56:46 +LICENCE.SDK.info
  171.     2727    1394 48.8% 27-Jun-95 22:59:58 +README.gcc
  172.     1300     587 54.8% 30-Sep-94 02:09:58 +GNUmakefile
  173.     1976     505 74.4% 15-Jun-95 22:42:30 +dir.h
  174.      780     400 48.7% 09-Mar-94 10:15:18 +dir.x
  175.      516     319 38.1% 16-Mar-95 17:11:22 +dir_clnt.c
  176.      930     467 49.7% 09-Mar-94 10:15:20 +dir_proc.c
  177.    39712   18858 52.5% 15-Jun-95 22:43:36 +dir_svc
  178.     2255     886 60.7% 15-Jun-95 22:42:40 +dir_svc.c
  179.     1015     362 64.3% 16-Mar-95 17:11:22 +dir_xdr.c
  180.      935     535 42.7% 15-Jun-95 22:39:32 +Makefile
  181.    30332   14619 51.8% 15-Jun-95 22:46:42 +rls
  182.     1723     815 52.6% 15-Jun-95 22:38:18 +rls.c
  183.      969     512 47.1% 30-Sep-94 02:21:20 +sasc_Makefile
  184.      346     218 36.9% 09-Mar-94 10:15:16 +SCOPTIONS
  185.      969     512 47.1% 30-Sep-94 02:21:20 +Smakefile
  186.      183     148 19.1% 09-Mar-94 10:15:48 +msg.x
  187.      649     387 40.3% 09-Mar-94 10:15:48 +msg_proc.c
  188.      826     434 47.4% 09-Mar-94 10:15:48 +printmsg.c
  189.     1584     746 52.9% 09-Mar-94 10:15:50 +rprintmsg.c
  190.      346     218 36.9% 09-Mar-94 10:15:46 +SCOPTIONS
  191.     1144     591 48.3% 30-Sep-94 02:21:22 +Smakefile
  192.      883     468 46.9% 09-Mar-94 10:16:10 +rsort.c
  193.      346     218 36.9% 09-Mar-94 10:16:08 +SCOPTIONS
  194.     1193     557 53.3% 30-Sep-94 02:21:24 +Smakefile
  195.      455     274 39.7% 09-Mar-94 10:16:10 +sort.x
  196.      709     322 54.5% 09-Mar-94 10:16:10 +sort_proc.c
  197.     1383     732 47.0% 30-Sep-94 02:12:42 +in.example.c
  198.      151     128 15.2% 30-Sep-94 02:12:20 +Smake.def
  199.      909     503 44.6% 30-Sep-94 02:10:00 +Smakefile
  200.    24764    9688 60.8% 27-Jun-95 17:49:06 +libamitcp000.a
  201.    24192    9594 60.3% 27-Jun-95 22:33:00 +libamitcp.a
  202.      650     402 38.1% 16-May-95 21:16:40 +_close.c
  203.     1796     902 49.7% 16-May-95 21:16:24 +_read.c
  204.     1640     753 54.0% 16-May-95 21:16:12 +_write.c
  205.     7233    2828 60.9% 27-Jun-95 16:40:24 +autoinit.c
  206.     4856    2191 54.8% 31-May-95 20:56:52 +chown.c
  207.      520     308 40.7% 23-Mar-95 00:00:36 +dummy.c
  208.     2979    1196 59.8% 25-Mar-95 14:46:16 +errno.c
  209.     2544    1206 52.5% 13-Apr-95 00:03:18 +falloc.c
  210.      463     218 52.9% 15-Mar-95 20:48:12 +gcc.h
  211.       94      77 18.0% 24-Mar-95 02:12:38 +gcc_fstat.s
  212.      398     288 27.6% 23-Mar-95 00:05:20 +getpid.c
  213.     1602     779 51.3% 23-Mar-95 00:05:38 +herror.c
  214.     2389    1076 54.9% 05-Jun-95 21:29:10 +init_daemon.c
  215.     4031    1732 57.0% 24-Mar-95 20:57:10 +init_usergroup.c
  216.      319     221 30.7% 16-May-95 21:17:10 +ioctl.c
  217.     5827    2408 58.6% 27-Jun-95 17:26:04 +ix_dup.c
  218.     3099    1490 51.9% 24-Mar-95 20:39:04 +ix_panic.c
  219.     9925    3508 64.6% 23-Mar-95 00:07:54 +lineread.c
  220.     2159     936 56.6% 23-Mar-95 00:08:04 +linkaddr.c
  221.     1056     563 46.6% 23-Mar-95 00:08:14 +linkntoa.c
  222.      831     460 44.6% 27-Jun-95 16:43:18 +Makefile.000
  223.      824     465 43.5% 27-Jun-95 16:43:30 +Makefile.020
  224.      710     364 48.7% 30-Sep-94 01:10:26 +netlib.h
  225.     1964     850 56.7% 22-Mar-95 23:59:58 +printfault.c
  226.     1394     648 53.5% 29-Mar-95 21:08:58 +printuserfault.c
  227.     8955    3565 60.1% 02-Apr-95 11:38:10 +rcmd.c
  228.     4171    1464 64.9% 23-Mar-95 00:10:48 +sana2errlist.c
  229.     2018     853 57.7% 23-Mar-95 00:26:16 +sana2perror.c
  230.     3277    1311 59.9% 27-Jun-95 17:21:06 +serveraccept.c
  231.     1755     788 55.0% 16-May-95 22:03:12 +set_stdio.c
  232.      725     424 41.5% 28-Mar-95 19:10:10 +setegid.c
  233.      363     260 28.3% 23-Mar-95 00:57:00 +seteuid.c
  234.      162     119 26.5% 18-Mar-95 01:17:48 +socketbasetags.c
  235.      672     365 45.6% 27-Jun-95 17:00:34 +stubs.c
  236.     5365    2305 57.0% 27-Jun-95 17:13:44 +syslog.c
  237.       43      43  0.0% 18-Mar-95 12:21:12 +ttyname.c
  238.      163     123 24.5% 14-Jun-95 23:14:28 +ug_ContextTags.c
  239.    33724   11401 66.1% 27-Jun-95 19:56:40 +libnewamitcp000.a
  240.    32948   11544 64.9% 27-Jun-95 19:09:10 +libnewamitcp.a
  241.      889     511 42.5% 20-Jun-95 22:23:28 +_close.c
  242.     1804     868 51.8% 17-Jun-95 23:16:16 +_read.c
  243.     1634     749 54.1% 17-Jun-95 23:07:06 +_write.c
  244.      554     319 42.4% 20-Jun-95 22:30:52 +accept.c
  245.     1267     556 56.1% 20-Jun-95 23:26:50 +allocsocket.c
  246.     4710    1930 59.0% 27-Jun-95 19:52:04 +autoinit.c
  247.      468     280 40.1% 20-Jun-95 22:28:20 +bind.c
  248.     4886    2198 55.0% 17-Jun-95 22:46:22 +chown.c
  249.      477     281 41.0% 20-Jun-95 22:50:14 +connect.c
  250.      502     293 41.6% 17-Jun-95 23:18:04 +dummy.c
  251.     2803    1175 58.0% 20-Jun-95 22:45:06 +errno.c
  252.     3036    1375 54.7% 17-Jun-95 23:30:32 +falloc.c
  253.      463     218 52.9% 15-Mar-95 20:48:12 +gcc.h
  254.       94      77 18.0% 24-Mar-95 02:12:38 +gcc_fstat.s
  255.      485     286 41.0% 20-Jun-95 22:28:32 +getpeername.c
  256.      398     288 27.6% 23-Mar-95 00:05:20 +getpid.c
  257.      609     288 52.7% 20-Jun-95 22:22:08 +getsock.c
  258.      485     282 41.8% 20-Jun-95 22:28:38 +getsockname.c
  259.      517     298 42.3% 20-Jun-95 22:28:44 +getsockopt.c
  260.     1602     779 51.3% 17-Jun-95 23:05:22 +herror.c
  261.     2190     993 54.6% 20-Jun-95 22:24:14 +init_daemon.c
  262.     4026    1750 56.5% 20-Jun-95 22:26:58 +init_usergroup.c
  263.      462     276 40.2% 17-Jun-95 23:04:52 +ioctl.c
  264.     3793    1830 51.7% 17-Jun-95 23:49:00 +ix_fstat.c
  265.     3099    1490 51.9% 24-Mar-95 20:39:04 +ix_panic.c
  266.     9865    3483 64.6% 14-Jun-95 18:54:50 +lineread.c
  267.     2159     936 56.6% 23-Mar-95 00:08:04 +linkaddr.c
  268.     1056     563 46.6% 23-Mar-95 00:08:14 +linkntoa.c
  269.      454     270 40.5% 20-Jun-95 22:28:50 +listen.c
  270.     1076     549 48.9% 27-Jun-95 18:40:14 +Makefile.000
  271.     1080     554 48.7% 27-Jun-95 18:40:18 +Makefile.020
  272.      710     364 48.7% 30-Sep-94 01:10:26 +netlib.h
  273.    29200    4027 86.2% 14-Jun-95 21:09:08 +new_socket.h
  274.      237     158 33.3% 20-Jun-95 23:26:58 +obtainsocket.c
  275.     1899     810 57.3% 17-Jun-95 23:03:18 +printfault.c
  276.     1425     658 53.8% 20-Jun-95 23:02:26 +printuserfault.c
  277.     8914    3553 60.1% 20-Jun-95 23:04:10 +rcmd.c
  278.      471     283 39.9% 20-Jun-95 22:28:54 +recv.c
  279.      530     308 41.8% 20-Jun-95 22:29:00 +recvfrom.c
  280.      477     286 40.0% 20-Jun-95 22:29:06 +recvmsg.c
  281.      506     285 43.6% 20-Jun-95 22:29:14 +releasecopy.c
  282.      488     276 43.4% 20-Jun-95 22:29:18 +releasesocket.c
  283.     4171    1464 64.9% 23-Mar-95 00:10:48 +sana2errlist.c
  284.     2017     852 57.7% 17-Jun-95 23:03:26 +sana2perror.c
  285.     3612    1067 70.4% 21-Jun-95 21:48:02 +select.c
  286.      473     285 39.7% 20-Jun-95 22:29:24 +send.c
  287.      482     286 40.6% 20-Jun-95 22:29:28 +sendmsg.c
  288.      530     308 41.8% 20-Jun-95 22:29:34 +sendto.c
  289.     2991    1236 58.6% 20-Jun-95 23:17:16 +serveraccept.c
  290.     1559     727 53.3% 20-Jun-95 22:25:28 +set_stdio.c
  291.      334     246 26.3% 17-Jun-95 23:02:04 +setegid.c
  292.      363     260 28.3% 23-Mar-95 00:57:00 +seteuid.c
  293.      529     305 42.3% 20-Jun-95 22:29:38 +setsockopt.c
  294.      451     270 40.1% 20-Jun-95 22:30:00 +shutdown.c
  295.      212     143 32.5% 20-Jun-95 23:21:14 +socket.c
  296.      142     115 19.0% 17-Jun-95 23:01:08 +socketbasetags.c
  297.      654     350 46.4% 18-Jun-95 00:26:14 +stubs.c
  298.     5365    2305 57.0% 20-Jun-95 23:24:18 +syslog.c
  299.       43      43  0.0% 18-Mar-95 12:21:12 +ttyname.c
  300.      163     123 24.5% 14-Jun-95 23:14:12 +ug_ContextTags.c
  301.     2423     978 59.6% 30-Sep-94 01:49:00 +auth_none.c
  302.      857     489 42.9% 15-Jun-95 22:31:48 +auth_none.dro
  303.     7317    2397 67.2% 30-Sep-94 01:49:02 +auth_unix.c
  304.     1324     611 53.8% 30-Sep-94 01:49:04 +authunix_prot.c
  305.     1299     662 49.0% 30-Sep-94 01:49:04 +bindresvport.c
  306.     1016     518 49.0% 16-Mar-95 16:49:22 +chkabort.c
  307.     2236     994 55.5% 15-Jun-95 22:44:50 +clnt_generic.c
  308.     5570    1840 66.9% 15-Jun-95 22:25:34 +clnt_perror.c
  309.     5155    1957 62.0% 30-Sep-94 01:49:08 +clnt_raw.c
  310.     2532    1111 56.1% 15-Jun-95 21:19:46 +clnt_simple.c
  311.    11572    4038 65.1% 15-Jun-95 21:20:16 +clnt_tcp.c
  312.    11764    4013 65.8% 15-Jun-95 22:20:32 +clnt_udp.c
  313.     1184     687 41.9% 07-Mar-94 04:44:12 +DISCLAIMER
  314.     2523    1176 53.3% 15-Jun-95 22:28:18 +get_myaddress.c
  315.     4318    1511 65.0% 17-Mar-95 21:19:34 +getrpcent.c
  316.      894     512 42.7% 30-Sep-94 01:49:14 +getrpcport.c
  317.      218     162 25.6% 30-Sep-94 01:49:14 +gst.c
  318.    15214    3632 76.1% 15-Jun-95 22:45:56 +Makefile
  319.     1452     717 50.6% 30-Sep-94 01:49:40 +makefile.old
  320.     2433     911 62.5% 15-Jun-95 21:21:30 +pmap_clnt.c
  321.     1665     866 47.9% 15-Jun-95 21:21:40 +pmap_getmaps.c
  322.     1845     940 49.0% 15-Jun-95 21:21:50 +pmap_getport.c
  323.      853     466 45.3% 30-Sep-94 01:49:18 +pmap_prot.c
  324.     2783    1336 51.9% 30-Sep-94 01:49:20 +pmap_prot2.c
  325.    10913    3982 63.5% 15-Jun-95 22:03:22 +pmap_rmt.c
  326.     4622    1117 75.8% 30-Sep-94 01:49:22 +rpc_callmsg.c
  327.      669     377 43.6% 30-Sep-94 01:49:22 +rpc_commondata.c
  328.      723     426 41.0% 30-Sep-94 01:49:24 +rpc_dtablesize.c
  329.     6239    1998 67.9% 30-Sep-94 01:49:24 +rpc_prot.c
  330.    19057    4310 77.3% 30-Sep-94 01:49:42 +sasc.Makefile
  331.    19057    4310 77.3% 30-Sep-94 01:49:42 +Smakefile
  332.    10926    3538 67.6% 30-Sep-94 01:49:26 +svc.c
  333.     2722    1215 55.3% 30-Sep-94 01:49:26 +svc_auth.c
  334.     3074    1370 55.4% 30-Sep-94 01:49:28 +svc_auth_unix.c
  335.     3242    1139 64.8% 30-Sep-94 01:49:28 +svc_raw.c
  336.     1098     608 44.6% 30-Sep-94 01:49:30 +svc_run.c
  337.     3109    1276 58.9% 30-Sep-94 01:49:30 +svc_simple.c
  338.    10169    3288 67.6% 15-Jun-95 21:22:28 +svc_tcp.c
  339.    11635    3769 67.6% 15-Jun-95 21:22:40 +svc_udp.c
  340.    10079    3051 69.7% 30-Sep-94 01:49:34 +xdr.c
  341.     3234    1385 57.1% 30-Sep-94 01:49:34 +xdr_array.c
  342.     6025    1711 71.6% 30-Sep-94 01:49:36 +xdr_float.c
  343.     3282    1062 67.6% 30-Sep-94 01:49:36 +xdr_mem.c
  344.    15142    4331 71.3% 30-Sep-94 01:49:38 +xdr_rec.c
  345.     2678    1211 54.7% 30-Sep-94 01:49:38 +xdr_reference.c
  346.     4107    1500 63.4% 30-Sep-94 01:49:40 +xdr_stdio.c
  347. -------- ------- ----- --------- --------
  348.  2148342  718881 66.5% 28-Jun-95 11:04:18   276 files
  349.